home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / CW MacMindy 1.4 / Examples / QD3D-Viewer / QD3D-Library Sources / QD3D-Library.dyl next >
Encoding:
Text File  |  1995-11-17  |  305 b   |  20 lines  |  [TEXT/CWIE]

  1. module:    dylan-user
  2.  
  3. /*
  4.     QD3D-Library.dyl
  5.     
  6.     The library definition for QuickDraw 3D.
  7.     
  8.     by Patrick C. Beard.
  9.  */
  10.  
  11. define library QD3D
  12.     // libraries this library depends on.
  13.     use Dylan;
  14.     use Toolbox;
  15.     
  16.     // modules the library exports.
  17.     export
  18.         QD3DTypes, QD3DViewer, QD3DMath, QD3DMisc;
  19. end library QD3D;
  20.